gdk_cairo_draw_from_gl: Remove useless call
authorAlexander Larsson <alexl@redhat.com>
Thu, 6 Nov 2014 08:21:35 +0000 (09:21 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 6 Nov 2014 11:24:43 +0000 (12:24 +0100)
commit7fde5213b011782c692d2d18f52649a463307166
tree368c7dc08e629093c38cc0c603ef4e74d96f7d90
parent9372cbdbf851f0570a4dbae0183b756ba8e477ca
gdk_cairo_draw_from_gl: Remove useless call

The glFramebufferTexture2DEXT call makes no sense here, we're
not using the texture as a framebuffer, just as a normal
texture source.
gdk/gdkgl.c